Vaporize docopy
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 15 Jul 2003 17:42:04 +0000 (17:42 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 15 Jul 2003 17:42:04 +0000 (17:42 +0000)
gpsbabel/quovadis.c

index 12a9a6a7b6fccf7374383f6d82d02b91d033843b..ef2631b871f35f61286f3588456dc1f1c4fc90b4 100644 (file)
@@ -72,18 +72,6 @@ static int wpt_to_icon(geocache_type type) {
     }
     return QUESTION_ICON;
 }
-#if 0
-static void
-docopy(ubyte*          dest,
-       const ubyte*    src,
-       const int       size)
-{
-    int i;
-    for (i = 0; i < size; i++) {
-       dest[i] = src[i];
-    }
-}
-#endif
 
 static void
 rd_init(const char *fname, const char *args)